home *** CD-ROM | disk | FTP | other *** search
/ Aimtech Test Drive / Aimtech Test Drive - Icon Author & CBT Express (Aimtech Corporation)(1996).iso / guidtour / iconware / effect.prt < prev    next >
Text File  |  1995-01-18  |  286b  |  12 lines

  1. ;
  2. ; Parameters:
  3. ; Handle to parent window for Dialog
  4. ; Variable name string to set if something was selected, is also used for initializing the dialog
  5. ; Null for LPVOID
  6. ;
  7. ; return value:
  8. ; New Effect String
  9. ;
  10.  
  11. AIMTECH.DLL: LPSTR WINAPI LIB_EffectDlgParse(HWND,LPSTR,LPVOID);
  12.